class: middle ## Estatística Computacional I ***** ### Prof. Bruno Santos - email: bruno.santos.31@ufes.br --- class: center, middle, inverse # Planejamento do curso --- # Tópicos 1. LINGUAGENS DE PROGRAMAÇÃO NA ESTATÍSTICA 1. TIPOGRAFIA CIENTÍFICA COM `\(\LaTeX\)` 1. INTRODUÇÃO AO R 1. NOÇÕES BÁSICAS DE PROGRAMAÇÃO COM R 1. NOÇÕES BÁSICAS DE SIMULAÇÃO ESTOCÁSTICA COM R 1. TÓPICOS DE COMPUTAÇÃO NUMÉRICA COM R 1. TÓPICOS DE ANÁLISE ESTATÍSTICA COM R e LaTeX 1. OUTROS PACOTES ESTATÍSTICOS - Python --- # Bibliografia - KOPKA, Helmut; DALY, Patrick W. Guide to LATEX. 4th ed. Upper Saddle River, N.J.:Addison-Wesley, 2004. xii, 597 p. - MITTELBACH, Frank; GOOSSENS, Michel. The LaTeX companion. 2nd ed. Boston:Addison-Wesley, 2004. xxvii, 1090 p. - HASTIE, Trevor; TIBSHIRANI, Robert; FRIEDMAN, Jerome. The elements of statistical learning: data mining, inference, and prediction. 2nd ed. New York, N.Y.:Springer, 2009. xxii, 745 p. ***** - JAMES, Gareth et al. An Introduction to statistical learning: with applications in R. New York: Springer, 2013. xiv, 426 p. - ROSS, Sheldon M. Simulation. 4th ed. Amsterdam: Boston: Elsevier Academic Press, 2006. xiii, 298 p. - Outras referências ao longo do curso. --- # Formas de avaliação - Disponível no Plano de Ensino. - Portal do Aluno. -- - Duas provas. - Peso 2: 19/08/2021 (P1) - Peso 3: 05/10/2021 (P2) -- - A média final é dada - `\(M = \frac{2 \times P1 + 3 \times P2}{5} = 0,4 * P1 + 0,6 * P2.\)` --- # Notas de aulas - Slides serão disponibilizados no caminho: - https://brsantos.github.io/estcomp_slides/aula0/ - https://brsantos.github.io/estcomp_slides/aula1/ - ... *** -- - Ferramentas ao longo do semestre: - `\(\LaTeX\)` e editor de `\(\LaTeX\)`. - R e editor de R. -- ### RStudio - IDE (Integrated Development Environment) - R, `\(\LaTeX\)`, python, HTML, RMarkdown, ... --- # Instalar o `\(\LaTeX\)` - Fonte principal: - [https://www.latex-project.org/get/](https://www.latex-project.org/get/) - Por favor, siga as instruções de acordo com o seu sistema operacional. - Windows: [http://miktex.org/download](http://miktex.org/download). - Linux (Debian) ```bash # apt-get update # apt-get install texlive texlive-base ``` Ou versão mais completa ```bash # apt-get install texlive texlive-full ``` -- - Online - [https://www.overleaf.com/](https://www.overleaf.com/) --- # R - Software de código aberto (*Open source*). - [https://cran.r-project.org/](https://cran.r-project.org/) - Comunidade de usuários muito grande. - É um dos principais programas utilizado por estatísticos. - Tem milhares de pacotes que fazem todo tipo de tarefas. - envia e-mails; - envia tweets; - acessa informações da API do Spotify; - abre imagens e faz alterações; - lê base de dados; - estima modelos estatísticos; - cria animações; - ... --- class: inverse, middle, center # Exemplos --- # Animação .center[ ] --- # Animação .center[  ] --- # Animação - Estatística - [https://daslab-ufes.github.io/estatistica_animada/](https://daslab-ufes.github.io/estatistica_animada/) <br> .center[] --- # Animação - Camp. Brasileiro - [https://daslab-ufes.github.io/brasileirao/](https://daslab-ufes.github.io/brasileirao/) .center[] --- # Manipulação de imagens - Foto -- <img src="fig/bruno_small.png" width="40%" style="display: block; margin: auto;" /> --- # Manipulação de imagens <img src="fig/bruno-w.png" width="40%" style="display: block; margin: auto;" /> --- # Manipulação de imagens <img src="fig/bruno-y.png" width="40%" style="display: block; margin: auto;" /> --- # Manipulação de imagens <img src="fig/bruno-all.png" width="40%" style="display: block; margin: auto;" /> --- class: center # Mapas
--- class: middle, center, inverse # Fim!